math/big.nat.setUint64 (method)
14 uses
math/big (current package)
float.go#L520: z.mant = z.mant.setUint64(x << uint(s))
float.go#L571: z.mant = z.mant.setUint64(1<<63 | math.Float64bits(fmant)<<11)
float.go#L1162: t := z.b.abs.setUint64(1)
int.go#L64: z.abs = z.abs.setUint64(uint64(x))
int.go#L71: z.abs = z.abs.setUint64(x)
nat.go#L78: func (z nat) setUint64(x uint64) nat {
nat.go#L613: return z.setUint64(0)
nat.go#L615: return z.setUint64(1)
nat.go#L617: return z.setUint64(a)
nat.go#L619: return z.mul(nat(nil).setUint64(a), nat(nil).setUint64(b))
nat.go#L1367: z1 = z1.setUint64(1)
rat.go#L328: z.b.abs = z.b.abs.setUint64(uint64(b))
ratconv.go#L349: p = nat(nil).expNN(natTen, nat(nil).setUint64(uint64(prec)), nil, false)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |